In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.IGdPicturePDF / SetTagAttribute Method

SetTagAttribute Method (IGdPicturePDF)

In This Topic
Syntax
'Declaration

 

<DispIdAttribute(592)>

Function SetTagAttribute( _

   ByVal TagID As Integer, _

   ByVal Key As String, _

   ByVal Value As String _

) As GdPictureStatus
[DispId(592)]

GdPictureStatus SetTagAttribute( 

   int TagID,

   string Key,

   string Value

)
function SetTagAttribute( 

    TagID: Integer;

    Key: String;

    Value: String

): GdPictureStatus; 
DispIdAttribute(592)

function SetTagAttribute( 

   TagID : int,

   Key : String,

   Value : String

) : GdPictureStatus;
[DispId(592)]

GdPictureStatus SetTagAttribute( 

   int TagID,

   string* Key,

   string* Value

) 
[DispId(592)]

GdPictureStatus SetTagAttribute( 

   int TagID,

   String^ Key,

   String^ Value

) 

Parameters

TagID
Key
Value
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.IGdPicturePDF
IGdPicturePDF Members